home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Tampa Bay Amiga Group / TBAG - Tampa Bay Amiga Group's Disk of the Month #01 (1986)(Merlin's Software)(PD).zip / TBAG - Tampa Bay Amiga Group's Disk of the Month #01 (1986)(Merlin's Software)(PD).adf / s / startup-sequence
Text File  |  1985-11-26  |  949b  |  43 lines

  1. echo -c
  2. echo -ttt "     One Moment Please!"
  3. copy df0:c/run to ram:
  4. copy df0:c/delete to ram:
  5. copy df0:c/show to ram:
  6. ;copy df0:c/loadwb to ram:
  7. copy df0:c/wait to ram:
  8. copy df0:c/echo to ram:
  9. copy df0:title to ram:
  10. cd ram:
  11. echo -@c
  12. echo -3ttt "    Tampa Bay Amiga Group"
  13. echo
  14. echo -ttt "           Presents "
  15. echo
  16. echo -1ttt "    The Disk Of The Month"
  17. echo
  18. echo
  19. echo -ttt "    *********************"
  20. echo -ttt "    *                   *"
  21. echo -ttt "    * Public Domain #01 *"
  22. echo -ttt "    *                   *"
  23. echo -ttt "    *********************"
  24. echo
  25. echo
  26. echo
  27. echo -3tt "For more information about our group contact:"
  28. echo
  29. echo -1ttt "          Jeff White"
  30. echo -1ttt "    1304 Four Seasons Blvd."
  31. echo -1ttt "       Tampa, Fl. 33613"
  32. echo -1ttt "        (813) 971-4451"
  33. wait 5
  34. echo -c
  35. echo -1s "LOADING TITLE PAGE: "
  36. echo -3 "CLICK THE TOP LEFT CORNER OF THE PICTURE TO CONTINUE!"
  37. wait 3
  38. run show title -2500
  39. wait 5
  40. loadwb
  41. delete #?
  42. endcli
  43.